home *** CD-ROM | disk | FTP | other *** search
- object frmSpellChecker: TfrmSpellChecker
- Left = 277
- Top = 212
- BorderStyle = bsDialog
- Caption = 'Spelling'
- ClientHeight = 219
- ClientWidth = 358
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 82
- Height = 13
- Caption = 'Not in dictionary:'
- end
- object Label2: TLabel
- Left = 8
- Top = 94
- Width = 62
- Height = 13
- Caption = 'Suggestions:'
- end
- object lblNoSuggestions: TLabel
- Left = 171
- Top = 93
- Width = 93
- Height = 13
- Caption = '(nothing to display)'
- Visible = False
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 65
- Height = 13
- Caption = 'Replace with:'
- end
- object edNewWord: TEdit
- Left = 8
- Top = 64
- Width = 255
- Height = 21
- TabOrder = 0
- OnChange = edNewWordChange
- OnKeyDown = edNewWordKeyDown
- end
- object lbSuggestions: TListBox
- Left = 8
- Top = 109
- Width = 254
- Height = 101
- ItemHeight = 13
- TabOrder = 1
- OnClick = lbSuggestionsClick
- OnDblClick = lbSuggestionsDblClick
- end
- object btnIgnore: TButton
- Left = 273
- Top = 24
- Width = 75
- Height = 25
- Caption = '&Ignore'
- Default = True
- ModalResult = 5
- TabOrder = 2
- end
- object btnIgnoreAll: TButton
- Left = 273
- Top = 53
- Width = 75
- Height = 25
- Caption = 'Ignore &All'
- ModalResult = 9
- TabOrder = 3
- OnClick = btnIgnoreAllClick
- end
- object btnChange: TButton
- Left = 273
- Top = 112
- Width = 75
- Height = 25
- Caption = 'C&hange'
- ModalResult = 6
- TabOrder = 4
- end
- object btnClose: TButton
- Left = 273
- Top = 184
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 6
- end
- object btnAdd: TButton
- Left = 273
- Top = 141
- Width = 75
- Height = 25
- Caption = 'A&dd'
- ModalResult = 7
- TabOrder = 5
- OnClick = btnAddClick
- end
- object edBadWord: TEdit
- Left = 8
- Top = 24
- Width = 255
- Height = 21
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 7
- end
- object SpellChecker1: TSpellChecker
- Language = 1033
- SpellerType = sptISpell
- UserLanguage = ulEnglish
- Options = [spoSuggestFromUserDict]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- MisspellFont.MspName = 'Arial'
- MisspellFont.MspColor = clRed
- MisspellFont.MspStyle = []
- ModalDialog = False
- ShowFinishMessage = False
- Left = 160
- Top = 120
- end
- end
-